home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / floatMenu.dxr / Internal_50.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  378 b   |  16 lines

  1. on mouseDown
  2.   set the member of sprite the clickOn to member (the memberNum of sprite the clickOn + 1)
  3.   updateStage()
  4.   if the soundLevel > 1 then
  5.     set the soundLevel to the soundLevel - 1
  6.   else
  7.     nothing()
  8.   end if
  9.   puppetSound("clickDown")
  10. end
  11.  
  12. on mouseUp
  13.   set the member of sprite the clickOn to member (the memberNum of sprite the clickOn - 1)
  14.   updateStage()
  15. end
  16.